toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.capture
/
[jvm]CaptureSession
Capture
Session
public
interface
CaptureSession
implements
Observable
<
T
>
A browser capture session.
Since
7.20
Members
Functions
is
Active
Link copied to clipboard
public
abstract
boolean
isActive
(
)
Indicates whether this capture session is active.
on
Link copied to clipboard
public
abstract
Subscription
on
<
E
extends
T
>
(
Class
<
E
>
eventClass
,
Observer
<
E
>
observer
)
Subscribes the given event
observer
to receive the events of the given
eventClass
.
source
Link copied to clipboard
public
abstract
CaptureSource
source
(
)
Returns the
CaptureSource
instance for this capture session.
stop
Link copied to clipboard
public
abstract
void
stop
(
)
Stops capturing.